From 646fdfea886ddda6fbe80503605812e2af54bfc8 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Sun, 20 Mar 2005 09:40:05 +0000 Subject: [PATCH] bitkeeper revision 1.1159.273.3 (423d44f5mg2mqgtSGUZfZFYsYmHuMA) Primary floppy controller is at port 0x3f0, not 0x340. Signed-off-by: Keir Fraser --- linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/floppy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/floppy.h b/linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/floppy.h index aaa4747b58..ff838f21fb 100644 --- a/linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/floppy.h +++ b/linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/floppy.h @@ -186,7 +186,7 @@ static int xen_floppy_init(void) { use_virtual_dma = 1; can_use_virtual_dma = 1; - return 0x340; + return 0x3f0; } /* -- 2.30.2